home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000166_news@newsmaster….columbia.edu _Mon Oct 19 15:49:19 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA22821
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 19 Oct 1998 15:49:18 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA10866
  7.     for kermit.misc@watsun; Mon, 19 Oct 1998 15:49:17 -0400 (EDT)
  8. Path: news.columbia.edu!news.new-york.net!newspump.monmouth.com!newspeer.monmouth.com!newsfeed-east.supernews.com!supernews.com!Supernews69!not-for-mail
  9. From: "Swade" <swade@jerseycape.com>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: ascii transfer to remote printer
  12. Date: 19 Oct 1998 17:48:10 GMT
  13. Organization: http://www.supernews.com, The World's Usenet: Discussions Start Here
  14. Lines: 39
  15. Message-ID: <01bdfba1$19a21140$7a0101c8@swade>
  16. NNTP-Posting-Host: 208.204.225.20
  17. X-Trace: 908819290 IKR5NYRBJE114D0CCC usenet52.supernews.com
  18. X-Complaints-To: newsabuse@supernews.com
  19. X-Newsreader: Microsoft Internet News 4.70.1155
  20. Xref: news.columbia.edu comp.protocols.kermit.misc:9361
  21.  
  22.  
  23. Well, after a crash course, I believe I have figured out the transmission
  24. ot a remote printer after all. I'm posting it here for anyone who may find
  25. it useful or who is interested in giving me feedback on my approach.
  26.  
  27. First you might want to take a look at the attached script. The key factors
  28. here are the setting of file type to text and the carrier-watch to on (not
  29. auto). Lastly, just make sure that your modem is set with &c2. This causes
  30. carrier to be high except for a moment after hanging up. That in turn
  31. causes the carrier-watch to notice and drop out of transmission if the
  32. connection is broken (otherwise it just blocks there). I think &c2 is for
  33. all hayse compatibles, but I was using a Multitech in particular.
  34.  
  35. Comments?
  36.  
  37. Thanx,
  38. Swade
  39. begin 600 dial.k
  40. M(R!5<V%G93H@=V5R;6ET(&1I86PN:R ](#QM;V1E;3X@/'!H;VYE/B \9FEL
  41. M93X-"@T*:68@;F]T(#T@7'8H87)G<RD@-B!G;W1O('5S86=E#0H-"F5C:&\@
  42. M26YI=&EA;&EZ:6YG.@T*96-H;R N("!-;V1E;2XN+BXN+BXZ(%PF0%LS72 -
  43. M"F5C:&\@+B @4&AO;F4@;G5M8F5R.B!<)D!;-%T-"F5C:&\@+B @6&UI="!F
  44. M:6QE+BXN.B!<)D!;-5T-"@T*<V5T(&-A<G)I97(M=V%T8V@@;VX-"G-E="!L
  45. M:6YE(%PF0%LS70T*(R!S970@<')I;G1E<B!<)D!;,UT-"G-E="!E>&ET('=A
  46. M<FYI;F<@;V9F#0IS970@<75I970@;VX-"G-E="!M;V1E;2!H87EE<PT*<V5T
  47. M(&9L;W<@>&]N+WAO9F8-"G-E="!F:6QE('1Y<&4@=&5X= T*<V5T('1R86YS
  48. M;6ET(&5C:&\@;V9F#0IS970@=')A;G-M:70@;&EN969E960@;VX-"G-E="!T
  49. M<F%N<VUI="!P<F]M<'0@, T*<V5T(&1I86P@<F5T<FEE<R R#0H-"F5C:&\@
  50. M1&EA;&EN9R N+BX-"F1I86P@7"9 6S1=#0II9B!F86EL(&=O=&\@9F%I;'5R
  51. M90T*#0IE8VAO($-O;FYE8W1E9"!A;F0@86)O=70@=&\@<V5N9" N+BX-"G1R
  52. M86YS;6ET(%PF0%LU70T*(R!P<FEN="!<)D!;-5T-"FEF(&9A:6P@9V]T;R!F
  53. M86EL=7)E#0H-"F5C:&\@5')A;G-M:7-S:6]N('-U8V-E<W-F=6PA#0IH86YG
  54. M=7 -"@T*:68@9F%I;"!G;W1O(&9A:6QU<F4-"F5X:70@, T*#0HZ9F%I;'5R
  55. M90T*96-H;R!3;VUE=&AI;F<@9F%I;&5D("XN+@T*97AI=" Q#0H-"CIU<V%G
  56. M90T*96-H;R!5<V%G93H@=V5R;6ET(%PF0%LQ72 ](#QM;V1E;2!L:6YE/B \
  57. C<&AO;F4@;G5M8F5R/B \>&UI="!F:6QE/@T*97AI=" Q#0IE
  58. `
  59. end
  60.